Crate async_graphql_warp[][src]

Expand description

Async-graphql integration with Warp

Structs

Bad request error.

Reply for async_graphql::BatchRequest.

Reply for async_graphql::Request.

Functions

GraphQL request filter

GraphQL batch request filter

Similar to graphql_batch, but you can set the options with :async_graphql::MultipartOptions.

Similar to graphql, but you can set the options async_graphql::MultipartOptions.

Create a Filter that parse WebSocketProtocols from sec-websocket-protocol header.

GraphQL subscription filter

Handle the WebSocket subscription.

Handle the WebSocket subscription.

GraphQL subscription filter